| OLD | NEW |
| 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> | 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> |
| 2 <PatchRemove> | 2 <PatchRemove> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> | 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> |
| 4 </PatchRemove> | 4 </PatchRemove> |
| 5 <PatchAdd> | 5 <PatchAdd> |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> | 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> |
| 7 </PatchAdd> | 7 </PatchAdd> |
| 8 | 8 |
| 9 <PropertyGroup> | 9 <PropertyGroup> |
| 10 </PropertyGroup> | 10 </PropertyGroup> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 Condition="'@(ClCompile)' != ''" | 27 Condition="'@(ClCompile)' != ''" |
| 28 DependsOnTargets="SelectClCompile"> | 28 DependsOnTargets="SelectClCompile"> |
| 29 <ItemGroup> | 29 <ItemGroup> |
| 30 <ClCompile> | 30 <ClCompile> |
| 31 <PatchAdd> | 31 <PatchAdd> |
| 32 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefin
itions> | 32 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefin
itions> |
| 33 </PatchAdd> | 33 </PatchAdd> |
| 34 </ClCompile> | 34 </ClCompile> |
| 35 </ItemGroup> | 35 </ItemGroup> |
| 36 </Target> | 36 </Target> |
| 37 | 37 |
| 38 <!-- *************************************************************************
****************** | 38 <!-- *************************************************************************
****************** |
| 39 PlatformPrepareForBuild target | 39 PlatformPrepareForBuild target |
| 40 *************************************************************************
****************** --> | 40 *************************************************************************
****************** --> |
| 41 <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForB
uildDependsOn)"> | 41 <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForB
uildDependsOn)"> |
| 42 <PatchRemove> | 42 <PatchRemove> |
| 43 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/> | 43 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/> |
| 44 </PatchRemove> | 44 </PatchRemove> |
| 45 <PatchAdd> | 45 <PatchAdd> |
| 46 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/> | 46 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/> |
| 47 </PatchAdd> | 47 </PatchAdd> |
| 48 </Target> | 48 </Target> |
| 49 | 49 |
| 50 <PatchRemove> | 50 <PatchRemove> |
| 51 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.Win32.$(PlatformToolset).targets'))" /> | 51 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.Win32.$(PlatformToolset).targets'))" /> |
| 52 </PatchRemove> | 52 </PatchRemove> |
| 53 <PatchAdd> | 53 <PatchAdd> |
| 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.PPAPI.$(PlatformToolset).targets'))" /> | 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.PPAPI.$(PlatformToolset).targets'))" /> |
| 55 </PatchAdd> | 55 </PatchAdd> |
| 56 <PatchRemove> | 56 <PatchRemove> |
| 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> | 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> |
| 58 </PatchRemove> | 58 </PatchRemove> |
| 59 <PatchAdd> | 59 <PatchAdd> |
| 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> | 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> |
| 61 </PatchAdd> | 61 </PatchAdd> |
| 62 </Project> | 62 </Project> |
| 63 | 63 |
| OLD | NEW |